home *** CD-ROM | disk | FTP | other *** search
/ Retro Gamer 16 / Retro Gamer 16.iso / Retro.exe / Retro.DXR / 00017.ls < prev    next >
Encoding:
Text File  |  2005-04-18  |  96 b   |  8 lines

  1. on exitFrame me
  2.   if the timer < (60 * 4) then
  3.     go(the frame)
  4.   else
  5.     quit()
  6.   end if
  7. end
  8.